P424: Enumeration of all minimal dominating sets in a chordal bipartite graph
Input:
A chordal bipartite graph G.
Output:
All minimal dominating sets in G.
Complexity:
O(n3m|L|2) delay and the total running time is O(n3m|L∗|2).
Comment:
n is the number vertices in G,
m is the number of edges in G,
L is the family of already generated minimal dominating sets, and
L∗ is the family of all minimal dominating sets.